.toprennav .topcon {
  position: static;
  padding: 0;
}
.topbox .topnav {
  padding-top: 10px;
}
.topbox .topnav .apply a {
  background: #1a6fff;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 10px;
}
.topbox .topnav .apply a:hover {
  color: #fff !important;
  border-bottom: none !important;
}
.footweb {
  display: none !important;
}
.ashbg {
  background: #f8fafc;
}
.inbanner .swiper-slide {
  text-align: center;
  background: #0e66e0;
}
.inbanner .swiper-slide img {
  width: 100%;
  max-width: 1920px;
}
.inbanner .swiper-slide .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.inbanner .swiper-slide .item ul {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
}
.inbanner .swiper-slide .item ul li {
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 20px;
  padding: 0 20px;
  line-height: 40px;
}
@media screen and (max-width: 769px) {
  .topbox .topnav {
    padding-top: 10px;
  }
  .topbox .topnav .apply {
    padding: 0 30px;
  }
  .topbox .topnav .apply a {
    background: #fff;
    color: #333;
    display: inline-block;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 10px;
  }
  .topbox .topnav .apply a i {
    display: none;
  }
  .topbox .topnav .apply a:hover {
    color: #333 !important;
    border-bottom: none !important;
  }
  .inbanner .swiper-slide {
    min-height: 7rem;
  }
  .inbanner .swiper-slide img {
    min-height: 7rem;
    object-fit: cover;
  }
  .inbanner .swiper-slide .item ul {
    max-width: 100%;
  }
  .inbanner .swiper-slide .item ul li {
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    padding: 0 0.2rem;
    line-height: 0.6rem;
  }
}
.inabout .ww {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inabout .ww .item-fl {
  width: 45%;
}
.inabout .ww .item-fr {
  flex: 1;
  max-width: 48%;
}
.inabout .ww .item-fr h3 {
  border-bottom: 1px solid #e1e5ec;
}
.inabout .ww .item-fr p {
  color: #5d6065;
}
@media screen and (max-width: 769px) {
  .inabout .ww {
    flex-wrap: wrap;
  }
  .inabout .ww .item-fl {
    width: 100%;
  }
  .inabout .ww .item-fr {
    width: 100%;
    margin: 0.3rem 0;
    max-width: none;
  }
}
/* 产品功能 */
.function .introduce-1 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.function .introduce-1 ul li {
  width: 32%;
  overflow: hidden;
  border-radius: 0px 0px 12px 12px;
  border: solid 1px #d2d9e8;
  box-sizing: border-box;
}
.function .introduce-1 ul li .item-img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  position: relative;
}
.function .introduce-1 ul li .item-img img {
  height: 375px;
  object-fit: cover;
}
.function .introduce-1 ul li .item-img .con {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.function .introduce-1 ul li .item-img .con h3 {
  font-size: 28px;
  padding-bottom: 20px;
}
.function .introduce-1 ul li .item-img .con p {
  font-size: 16px;
}
.function .introduce-1 ul li .item-con {
  padding: 15px;
}
.function .introduce-1 ul li .item-con h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.function .introduce-1 ul li .item-con p {
  color: #5d6065;
}
.function .introduce-2 ul {
  display: flex;
  justify-content: space-between;
}
.function .introduce-2 ul li {
  text-align: center;
  width: 19%;
}
.function .introduce-2 ul li h3 {
  font-size: 20px;
  padding-top: 10px;
}
.function .introduce-3 {
  display: flex;
}
.function .introduce-3 .tag_nav {
  width: 270px;
  margin-right: 30px;
}
.function .introduce-3 .tag_nav ul li {
  line-height: 100px;
  border-bottom: 1px solid #f5f7fb;
  color: #858990;
  font-size: 20px;
  cursor: pointer;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.function .introduce-3 .tag_nav ul li span {
  font-size: 30px;
}
.function .introduce-3 .tag_nav ul li b {
  display: block;
  padding: 0 10px;
}
.function .introduce-3 .tag_nav ul li i {
  font-size: 30px;
  position: absolute;
  right: 20px;
  display: none;
}
.function .introduce-3 .tag_nav ul .active {
  color: #fff;
  background-image: linear-gradient(90deg, #fcc660 0%, #feb25a 100%);
  box-shadow: 0px 8px 18px 0px rgba(254, 179, 90, 0.3);
  border-radius: 12px;
}
.function .introduce-3 .tag_nav ul .active i {
  display: block;
}
.function .introduce-3 .conlist {
  flex: 1;
  background: #f8fafc;
}
.function .introduce-3 .tag_con {
  height: 500px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 40px;
}
.function .introduce-3 .p1 {
  background: url(../image/p4-1.jpg) no-repeat right bottom;
}
.function .introduce-3 .p2 {
  background: url(../image/p4-2.jpg) no-repeat right bottom;
}
.function .introduce-3 .p3 {
  background: url(../image/p4-3.jpg) no-repeat right bottom;
}
.function .introduce-3 .p4 {
  background: url(../image/p4-4.jpg) no-repeat right bottom;
}
.function .introduce-3 .p5 {
  background: url(../image/p4-5.jpg) no-repeat right bottom;
}
.function .introduce-3 .list1 dt {
  font-size: 24px;
}
.function .introduce-3 .list1 dt .icon {
  width: 30px;
  height: 30px;
}
.function .introduce-3 .list1 dd {
  padding: 10px 0;
  position: relative;
  padding-left: 15px;
}
.function .introduce-3 .list1 dd::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #1a6fff;
  border-radius: 100%;
  position: absolute;
  top: 19px;
  left: 0px;
}
.function .introduce-3 .list2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.function .introduce-3 .list2 ul li {
  width: 47%;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.function .introduce-3 .list2 ul li .item-fl {
  width: 40px;
  margin-right: 15px;
}
.function .introduce-3 .list2 ul li .item-fl .icon {
  width: 40px;
  height: 40px;
}
.function .introduce-3 .list2 ul li .item-fr {
  flex: 1;
}
.function .introduce-3 .list2 ul li .item-fr h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
.function .introduce-3 .list2 ul li .item-fr p {
  color: #5d6065;
}
@media screen and (max-width: 769px) {
  .function .introduce-1 ul {
    flex-wrap: wrap;
  }
  .function .introduce-1 ul li {
    width: 49%;
    margin-bottom: 0.2rem;
    border-radius: 0px 0px 0.12rem 0.12rem;
  }
  .function .introduce-1 ul li .item-img {
    border-radius: 0.12rem 0.12rem 0 0;
  }
  .function .introduce-1 ul li .item-img img {
    height: auto;
  }
  .function .introduce-1 ul li .item-img .con {
    bottom: 0.3rem;
    left: 0.3rem;
  }
  .function .introduce-1 ul li .item-img .con h3 {
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .function .introduce-1 ul li .item-img .con p {
    font-size: 0.26rem;
  }
  .function .introduce-1 ul li .item-con {
    padding: 0.2rem;
  }
  .function .introduce-1 ul li .item-con h3 {
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .function .introduce-2 ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .function .introduce-2 ul li {
    width: 33.3%;
    margin-top: 0.2rem;
  }
  .function .introduce-2 ul li img {
    width: 1.1rem;
  }
  .function .introduce-2 ul li h3 {
    font-size: 0.24rem;
    padding-top: 0.1rem;
  }
  .function .introduce-3 {
    flex-wrap: wrap;
  }
  .function .introduce-3 .tag_nav {
    width: 100%;
    margin-right: 0;
  }
  .function .introduce-3 .tag_nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .function .introduce-3 .tag_nav ul li {
    line-height: 0.7rem;
    font-size: 0.28rem;
    padding: 0 0.1rem;
    width: 48%;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius: 0.12rem;
  }
  .function .introduce-3 .tag_nav ul li span {
    display: none;
  }
  .function .introduce-3 .tag_nav ul li b {
    display: block;
    padding: 0 0.1rem;
  }
  .function .introduce-3 .tag_nav ul .active i {
    display: none;
  }
  .function .introduce-3 .tag_con {
    height: auto;
    padding: 0.2rem;
  }
  .function .introduce-3 .list1 dt {
    font-size: 0.3rem;
    display: flex;
    align-items: center;
  }
  .function .introduce-3 .list1 dt .icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
  }
  .function .introduce-3 .list1 dd {
    padding: 0.1rem 0;
    padding-left: 0.2rem;
  }
  .function .introduce-3 .list1 dd::before {
    width: 0.06rem;
    height: 0.06rem;
    top: 0.24rem;
  }
  .function .introduce-3 .list2 ul li {
    margin-top: 0.3rem;
  }
  .function .introduce-3 .list2 ul li .item-fl {
    width: 0.4rem;
    margin-right: 0.15rem;
  }
  .function .introduce-3 .list2 ul li .item-fl .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .function .introduce-3 .list2 ul li .item-fr {
    flex: 1;
  }
  .function .introduce-3 .list2 ul li .item-fr h3 {
    font-size: 0.3rem;
    padding-bottom: 0.1rem;
  }
}
.valuelsit {
  color: #fff;
}
.valuelsit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.valuelsit ul li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid #1871ed;
  margin: 10px 0;
}
.valuelsit ul li:nth-child(4n) {
  border: none;
}
.valuelsit ul li h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 20px 0;
}
.valuelsit ul li p {
  color: #cadefe;
}
@media screen and (max-width: 769px) {
  .valuelsit ul li {
    width: 50%;
    padding: 0 0.2rem;
    margin: 0.2rem 0;
  }
  .valuelsit ul li img {
    width: 0.8rem;
  }
  .valuelsit ul li h3 {
    font-size: 0.3rem;
    padding: 0.3rem 0 0.2rem 0;
  }
}
.advantage .list1 {
  display: flex;
  justify-content: space-between;
}
.advantage .list1 li {
  width: 24%;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  position: relative;
  background: #000;
}
.advantage .list1 li img {
  width: 100%;
  opacity: 0.8;
}
.advantage .list1 li .con {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.advantage .list1 li .con h3 {
  font-size: 20px;
}
.advantage .list1 li .con p {
  color: #e3e2ee;
  padding-top: 10px;
}
.advantage .list2 {
  display: flex;
  flex-wrap: wrap;
}
.advantage .list2 li {
  width: 20%;
  text-align: center;
  margin-top: 60px;
}
.advantage .list2 li .icon {
  width: 60px;
  height: 60px;
}
.advantage .list2 li h3 {
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .advantage .list1 {
    flex-wrap: wrap;
  }
  .advantage .list1 li {
    width: 49%;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
  }
  .advantage .list1 li .con {
    left: 0.2rem;
    bottom: 0.2rem;
  }
  .advantage .list1 li .con h3 {
    font-size: 0.3rem;
  }
  .advantage .list1 li .con p {
    padding-top: 0.1rem;
  }
  .advantage .list2 li {
    width: 33%;
    margin-top: 0.6rem;
  }
  .advantage .list2 li .icon {
    width: 0.7rem;
    height: 0.7rem;
  }
  .advantage .list2 li h3 {
    margin-top: 0.2rem;
    font-size: 0.26rem;
  }
}
.inwhy ul {
  display: flex;
  justify-content: space-between;
}
.inwhy ul li {
  width: 24%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.inwhy ul li h3 {
  background: url(../image/p7-1.jpg) center center;
  background-size: 100% 100%;
  display: block;
  padding: 20px;
  font-size: 22px;
  color: #fff;
}
.inwhy ul li p {
  padding: 20px;
  color: #5d6065;
}
@media screen and (max-width: 769px) {
  .inwhy ul {
    flex-wrap: wrap;
  }
  .inwhy ul li {
    width: 48%;
  }
  .inwhy ul li h3 {
    display: block;
    padding: 0.2rem;
    font-size: 0.3rem;
  }
  .inwhy ul li p {
    padding: 0.2rem;
  }
}
.inmarket .analysis ul {
  display: flex;
  flex-wrap: wrap;
}
.inmarket .analysis ul li {
  display: flex;
  align-items: center;
  text-align: center;
}
.inmarket .analysis ul li i {
  font-size: 20px;
  margin-right: 10px;
}
.inmarket .analysis ul li h3 {
  font-size: 18px;
  font-weight: bold;
}
.inmarket .analysis ul li .icon-jiantou_xiangyou_o {
  color: #035dff;
  text-align: center;
  font-size: 26px;
  padding: 0 10px;
}
.inmarket .content {
  margin: 30px 0;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #d2d9e8;
}
.inmarket .content .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.inmarket .content .swiper-slide .item-con {
  width: 45%;
}
.inmarket .content .swiper-slide .item-img {
  width: 50%;
}
.inmarket .content .swiper-button-prev,
.inmarket .content .swiper-button-next {
  background: none;
}
.inmarket .content .swiper-button-prev i,
.inmarket .content .swiper-button-next i {
  font-size: 40px;
  color: #0961ff;
}
.inmarket .content .swiper-button-prev {
  top: auto;
  bottom: 20px;
  left: 10px;
  right: auto;
}
.inmarket .content .swiper-button-next {
  top: auto;
  bottom: 20px;
  left: 60px;
  right: auto;
}
@media screen and (max-width: 769px) {
  .inmarket .analysis ul li i {
    font-size: 0.3rem;
    margin-right: 0.2rem;
  }
  .inmarket .analysis ul li h3 {
    font-size: 0.28rem;
  }
  .inmarket .analysis ul li .icon-jiantou_xiangyou_o {
    font-size: 0.36rem;
    padding: 0 0.1rem;
  }
  .inmarket .content {
    margin: 0.3rem 0;
    padding: 0.3rem;
  }
  .inmarket .content .swiper-slide {
    flex-wrap: wrap;
  }
  .inmarket .content .swiper-slide .item-con {
    width: 100%;
  }
  .inmarket .content .swiper-slide .item-img {
    width: 80%;
    margin: 0.2rem auto 1rem auto;
  }
  .inmarket .content .swiper-button-prev,
  .inmarket .content .swiper-button-next {
    background: none;
  }
  .inmarket .content .swiper-button-prev i,
  .inmarket .content .swiper-button-next i {
    font-size: 0.6rem;
  }
  .inmarket .content .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 10px;
    right: auto;
  }
  .inmarket .content .swiper-button-next {
    top: auto;
    bottom: 0;
    left: auto;
    right: 10px;
  }
}
.inpro ul {
  display: flex;
  justify-content: space-between;
}
.inpro ul li {
  width: 33.3%;
  overflow: hidden;
  padding: 0 40px;
  box-sizing: border-box;
  border-right: 1px solid #e9ecf3;
  text-align: center;
}
.inpro ul li:last-child {
  border: none;
}
.inpro ul li p {
  margin-top: 20px;
  color: #5d6065;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .inpro ul {
    flex-wrap: wrap;
  }
  .inpro ul li {
    width: 49%;
    padding: 0 0.2rem;
    margin-top: 0.3rem;
    border: none;
  }
  .inpro ul li img {
    width: 1.2rem;
  }
  .inpro ul li p {
    margin-top: 0.2rem;
  }
}
.industry .list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.industry .list1 li {
  width: 30%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #d2d9e8;
  margin-top: 30px;
}
.industry .list1 li .icon {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.industry .list1 li h3 {
  flex: 1;
  font-size: 20px;
}
.industry .list2 {
  display: flex;
  justify-content: space-between;
}
.industry .list2 li {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.industry .list2 li h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .industry .list1 li {
    width: 48%;
    flex-wrap: wrap;
    padding: 0.2rem;
    margin-top: 0.3rem;
  }
  .industry .list1 li .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0;
    margin: 0 auto;
  }
  .industry .list1 li h3 {
    flex: none;
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.3rem;
  }
  .industry .list2 {
    flex-wrap: wrap;
  }
  .industry .list2 li {
    margin-top: 0.3rem;
    border-radius: 1;
    width: 30%;
  }
  .industry .list2 li h3 {
    font-size: 0.3rem;
  }
}
/* 申请体验 */
.applylist {
  display: flex;
}
.applylist .apply-fl {
  width: 55%;
  box-sizing: border-box;
  padding-right: 30px;
  border-right: 1px solid #f5f5f5;
}
.applylist .apply-fl .layui-btn {
  color: #fff;
  border-radius: 5px;
}
.applylist .apply-fr {
  width: 45%;
  box-sizing: border-box;
  padding: 0 30px;
}
.applylist .apply-fr .tip {
  background: #e8f0ff;
  padding: 0 10px;
  color: #1f6dea;
  line-height: 40px;
}
.applylist .apply-fr .layui-form-label {
  float: none;
  width: 100%;
  text-align: left;
  padding: 30px 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.applylist .apply-fr .layui-input-block {
  margin-left: 0;
  background: #f5f5f5;
}
.applylist .apply-fr .layui-input,
.applylist .apply-fr .layui-textarea {
  background: none;
  border: none;
}
.applylist .apply-fr .inputbox {
  display: flex;
  align-items: center;
}
.applylist .apply-fr .inputbox .layui-input {
  flex: 1;
}
.applylist .apply-fr .inputbox .itemicon {
  padding: 0 10px;
  border-right: 1px solid #ccc;
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 769px) {
  .applylist {
    display: flex;
    flex-wrap: wrap;
  }
  .applylist .apply-fl {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .applylist .apply-fl .layui-btn {
    color: #fff;
    border-radius: 5px;
    font-size: 0.24rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .applylist .apply-fl .layui-btn img {
    height: 0.3rem;
  }
  .applylist .apply-fr {
    width: 100%;
    padding: 0;
    margin-top: 0.5rem;
  }
  .applylist .apply-fr .tip {
    padding: 0 10px;
    color: #1f6dea;
    line-height: 0.5rem;
  }
  .applylist .apply-fr .layui-form-label {
    float: none;
    width: 100%;
    padding: 0.3rem 0 0.1rem 0;
    font-size: 0.3rem;
  }
}
.inproadv ul {
  display: flex;
  margin-left: -3%;
}
.inproadv ul li {
  width: 30%;
  margin: 0 0 0 3%;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.inproadv ul li .item-title {
  text-align: center;
  background: #f5f5f5;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.inproadv ul li .item-title h3 {
  font-size: 20px;
  font-weight: bold;
}
.inproadv ul li .item-title h3 span {
  font-weight: normal;
  font-size: 14px;
  color: #808080;
}
.inproadv ul li .item-title p {
  color: #1f6dea;
  padding-top: 5px;
  font-size: 14px;
}
.inproadv ul li .item-con {
  padding: 0 20px 20px 20px;
  position: relative;
  z-index: 2;
}
.inproadv ul li .item-con dl {
  margin-top: 20px;
}
.inproadv ul li .item-con dl dt {
  font-weight: bold;
  font-size: 16px;
}
.inproadv ul li .item-con dl dd {
  font-size: 14px;
  color: #808080;
}
.inproadv ul li .item-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.inproadv ul li:hover {
  transform: translateY(-20px);
}
.inproadv ul li:hover .item-title {
  background: #1f6dea;
}
.inproadv ul li:hover .item-title h3 {
  color: #fff;
}
.inproadv ul li:hover .item-title h3 span {
  color: #fff;
}
.inproadv ul li:hover .item-title p {
  color: #fff;
}
@media screen and (max-width: 769px) {
  .inproadv ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .inproadv ul li {
    width: 100%;
    margin: 0;
    border-radius: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .inproadv ul li .item-title {
    padding: 0.2rem;
  }
  .inproadv ul li .item-title h3 {
    font-size: 0.3rem;
  }
  .inproadv ul li .item-title h3 span {
    font-size: 0.24rem;
  }
  .inproadv ul li .item-title p {
    font-size: 0.24rem;
  }
  .inproadv ul li .item-con {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
  .inproadv ul li .item-con dl {
    margin-top: 0.2rem;
  }
  .inproadv ul li .item-con dl dt {
    font-size: 0.26rem;
  }
  .inproadv ul li .item-con dl dd {
    font-size: 0.24rem;
  }
  .inproadv ul li .item-img img {
    height: 2.5rem;
  }
  .inproadv ul li:hover {
    transform: translateY(-0.2rem);
  }
}
.inaibox {
  background: url(../image/inaibg.jpg) no-repeat center center;
  background-size: cover;
}
.inaibox .title {
  color: #fff;
}
.inaibox .title p {
  color: #eee;
}
.inaibox ul {
  margin-left: -3%;
  display: flex;
  flex-wrap: wrap;
}
.inaibox ul li {
  width: 30%;
  margin: 0 0 20px 3%;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
}
.inaibox ul li .item-fl {
  margin-right: 10px;
}
.inaibox ul li .item-fl img {
  width: 60px;
}
.inaibox ul li .item-fr {
  flex: 1;
}
.inaibox ul li .item-fr h3 {
  font-size: 18px;
  font-weight: bold;
}
.inaibox ul li .item-fr p {
  font-size: 14px;
  color: #aaa;
  padding-top: 10px;
}
@media screen and (max-width: 769px) {
  .inaibox {
    background-size: 100% 100%;
  }
  .inaibox ul {
    margin-left: -3%;
    display: flex;
    flex-wrap: wrap;
  }
  .inaibox ul li {
    width: 47%;
    margin: 0 0 0.2rem 3%;
    padding: 0.2rem;
  }
  .inaibox ul li .item-fl {
    margin-right: 0.1rem;
  }
  .inaibox ul li .item-fl img {
    width: 0.8rem;
  }
  .inaibox ul li .item-fr h3 {
    font-size: 0.28rem;
  }
  .inaibox ul li .item-fr p {
    font-size: 0.24rem;
    padding-top: 0.1rem;
  }
}
.inbz ul {
  display: flex;
}
.inbz ul li {
  width: 25%;
  text-align: center;
}
.inbz ul li .item-img {
  position: relative;
}
.inbz ul li .item-img::before {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 50%;
}
.inbz ul li .item-img::after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 50%;
}
.inbz ul li .item-img img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.inbz ul li .item-con {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.inbz ul li:nth-child(1) .item-img::before {
  display: none;
}
.inbz ul li:last-child .item-img::after {
  display: none;
}
@media screen and (max-width: 769px) {
  .inbz ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inbz ul li {
    width: 45%;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .inbz ul li .item-img {
    position: relative;
  }
  .inbz ul li .item-img::before {
    display: none;
  }
  .inbz ul li .item-img::after {
    display: none;
  }
  .inbz ul li .item-img img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .inbz ul li .item-con {
    padding-top: 0.2rem;
    font-size: 0.3rem;
  }
}
.innew .innew-title {
  background: url(../image/innewbg.jpg) no-repeat center center;
  background-size: 100% 100%;
  height: 220px;
  line-height: 220px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.innew .innewlist {
  display: flex;
  margin-left: -3%;
}
.innew .innewlist .item {
  width: 30%;
  margin: 0 0 0 3%;
}
.innew .innewlist .item .item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.innew .innewlist .item .item-title a {
  font-weight: normal;
  font-size: 14px;
}
.innew .innewlist .itemimgbox .item-con ul li {
  padding-top: 30px;
}
.innew .innewlist .itemimgbox .item-con ul li a {
  display: flex;
}
.innew .innewlist .itemimgbox .item-con ul li a .img {
  width: 120px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
}
.innew .innewlist .itemimgbox .item-con ul li a .con {
  flex: 1;
  width: calc(100% - 135px);
}
.innew .innewlist .itemimgbox .item-con ul li a .con h3 {
  font-size: 16px;
  font-weight: bold;
}
.innew .innewlist .itemimgbox .item-con ul li a .con p {
  font-size: 12px;
  color: #808080;
  margin-top: 10px;
}
.innew .innewlist .itemtextbox .item-con ul li {
  padding-top: 30px;
}
.innew .innewlist .itemtextbox .item-con ul li a h3 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
.innew .innewlist .itemtextbox .item-con ul li a h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #1f6dea;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.innew .innewlist .itemtextbox .item-con ul li a p {
  font-size: 12px;
  color: #808080;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .innew .innew-title {
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.4rem;
  }
  .innew .innewlist {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .innew .innewlist .item {
    width: 100%;
    margin: 0.5rem 0 0 0;
  }
  .innew .innewlist .item .item-title {
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .innew .innewlist .itemimgbox .item-con ul li {
    padding-top: 0.3rem;
  }
  .innew .innewlist .itemimgbox .item-con ul li a .img {
    width: 2.2rem;
    height: 1.2rem;
    margin-right: 0.2rem;
  }
  .innew .innewlist .itemimgbox .item-con ul li a .con h3 {
    font-size: 0.26rem;
    width: calc(100% - 2.5rem);
  }
  .innew .innewlist .itemimgbox .item-con ul li a .con p {
    font-size: 0.22rem;
    margin-top: 0.1rem;
  }
  .innew .innewlist .itemtextbox .item-con ul li {
    padding-top: 0.3rem;
  }
  .innew .innewlist .itemtextbox .item-con ul li a h3 {
    font-size: 0.26rem;
  }
  .innew .innewlist .itemtextbox .item-con ul li a p {
    font-size: 0.22rem;
    margin-top: 0.1rem;
  }
}
.renbanner {
  text-align: center;
  position: relative;
}
.renbanner .ww {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
}
.rengn-fk {
  background: #0e66e0;
  color: #fff;
}
.rengn-fk .title p {
  opacity: 0.6;
}
.rengn-fk ul {
  display: flex;
  margin-left: -3%;
}
.rengn-fk ul li {
  width: 30%;
  margin: 0 0 0 3%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 25px;
}
.rengn-fk ul li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .rengn-fk ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
  }
  .rengn-fk ul li {
    width: 47%;
    margin: 0.3rem 0 0 3%;
    padding: 0.3rem;
  }
  .rengn-fk ul li h3 {
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }
  .renbanner img {
    min-height: 150px;
  }
}
.rungn-reason {
  background: #f8fafc;
}
.rungn-reason ul li {
  background: #eee;
  padding: 30px;
  margin-bottom: 10px;
  display: flex;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.rungn-reason ul li .item-img {
  margin-right: 30px;
}
.rungn-reason ul li .item-img i {
  display: none;
}
.rungn-reason ul li .item-con {
  position: relative;
  z-index: 1;
  flex: 1;
}
.rungn-reason ul li .item-con h3 {
  font-size: 18px;
  font-weight: bold;
}
.rungn-reason ul li .item-con p {
  font-size: 14px;
  color: #808080;
  padding-top: 15px;
}
.rungn-reason ul li .item-sum {
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #f7f7f7;
  font-size: 100px;
}
.rungn-reason ul li:hover {
  background: #1f6dea;
  color: #fff;
}
.rungn-reason ul li:hover .item-img .icon {
  display: none;
}
.rungn-reason ul li:hover .item-img i {
  display: block;
  font-size: 70px;
}
.rungn-reason ul li:hover .item-con p {
  color: #fff;
}
@media screen and (max-width: 769px) {
  .rungn-reason ul li {
    padding: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .rungn-reason ul li .item-img {
    margin-right: 0.3rem;
  }
  .rungn-reason ul li .item-img .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .rungn-reason ul li .item-con h3 {
    font-size: 0.28rem;
  }
  .rungn-reason ul li .item-con p {
    font-size: 0.24rem;
    padding-top: 0.2rem;
  }
  .rungn-reason ul li .item-sum {
    bottom: -0.3rem;
    font-size: 1rem;
  }
  .rungn-reason ul li:hover .item-img i {
    display: block;
    font-size: 1.2rem;
  }
}
.dianlist p {
  font-size: 16px;
  color: #999;
  margin: 5px 0;
  position: relative;
  padding-left: 10px;
}
.dianlist p::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #999;
  position: absolute;
  top: 10px;
  left: 0;
}
.renfw-jj ul {
  display: flex;
  margin-left: -5%;
}
.renfw-jj ul li {
  width: 28%;
  margin: 0 0 0 5%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  border-bottom: 10px solid #e8f0ff;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.renfw-jj ul li img {
  margin-bottom: 30px;
}
.renfw-jj ul li h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #1f6dea;
  margin: 10px auto;
}
.renfw-jj ul li p {
  line-height: 30px;
  color: #999;
  font-size: 14px;
}
.renfw-jj ul li:hover {
  border-bottom: 10px solid #1f6dea;
}
.renfw-ms {
  background: url(../image/renfw02-bg2.jpg) repeat top center;
}
.renfw-ms .renfw-ms-box {
  display: flex;
  align-items: flex-start;
}
.renfw-ms .renfw-ms-box .renfw-ms-fl {
  color: #fff;
  background: #1f6dea;
  width: 360px;
  margin-right: 60px;
  box-sizing: border-box;
  transform: translateY(-30px);
  border-radius: 10px;
  padding: 80px 30px 250px 30px;
}
.renfw-ms .renfw-ms-box .renfw-ms-fl h3 {
  font-size: 34px;
}
.renfw-ms .renfw-ms-box .renfw-ms-fl p {
  font-size: 14px;
  margin-top: 30px;
}
.renfw-ms .renfw-ms-box .renfw-ms-fr {
  flex: 1;
}
.renfw-ms .renfw-ms-box .renfw-ms-fr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.renfw-ms .renfw-ms-box .renfw-ms-fr ul li {
  width: 40%;
  margin-top: 60px;
}
.renfw-ms .renfw-ms-box .renfw-ms-fr ul li i {
  font-size: 60px;
  color: #808080;
}
.renfw-ms .renfw-ms-box .renfw-ms-fr ul li h3 {
  padding: 20px 0;
  font-size: 20px;
}
.renfw-ms .renfw-ms-box .renfw-ms-fr ul li .dianlist p {
  font-size: 16px;
  color: #999;
  margin: 5px 0;
  position: relative;
  padding-left: 10px;
}
.renfw-ms .renfw-ms-box .renfw-ms-fr ul li .dianlist p::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #999;
  position: absolute;
  top: 10px;
  left: 0;
}
.renfw-fwcon ul {
  display: flex;
  margin-left: -3%;
}
.renfw-fwcon ul li {
  width: 22%;
  margin: 0 0 0 3%;
  text-align: center;
}
.renfw-fwcon ul li i {
  font-size: 50px;
  color: #1f6dea;
}
.renfw-fwcon ul li h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
}
.renfw-fwcon ul li .dianlist {
  display: inline-block;
  text-align: left;
}
.renfw-fwcon ul li .dianlist p {
  width: auto;
  font-size: 14px;
  color: #999;
  margin: 5px 0;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.renfw-fwcon ul li .dianlist p::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #999;
  position: absolute;
  top: 10px;
  left: 0;
}
.renfw-td .item {
  background-color: #f8fafc;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  position: relative;
}
.renfw-td .item .title {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.renfw-td .item .item-fl {
  width: 50%;
}
.renfw-td .item .item-fl .title {
  background: #1f6dea;
}
.renfw-td .item .item-fl .dianlist {
  padding: 40px;
  box-sizing: border-box;
}
.renfw-td .item .item-fr {
  width: 50%;
}
.renfw-td .item .item-fr .title {
  background: #ffa73e;
}
.renfw-td .item .item-fr .dianlist {
  width: 70%;
  padding: 40px 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
.renfw-td .item .item-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 15px;
  border-radius: 100%;
}
.renfw-td .item .item-icon i {
  font-size: 100px;
  color: #1f6dea;
}
.renfw-demand .des p {
  color: #999;
}
.renfw-demand ul {
  display: flex;
  margin-left: -2%;
}
.renfw-demand ul li {
  width: 31%;
  margin: 0 0 0 2%;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
}
.renfw-demand ul li i {
  font-size: 40px;
}
.renfw-demand ul li h3 {
  font-size: 18px;
  padding-bottom: 10px;
}
.renfw-demand ul li .item {
  display: inline-block;
  text-align: left;
  color: #999;
  margin: 0 auto;
}
.renfw-demand ul li .item p {
  padding: 5px 0;
  font-size: 16px;
}
.renfw-demand ul li .item span {
  padding: 0 10px;
}
.renfw-advantage .renfw-advantage-p1 ul {
  display: flex;
  margin-left: -3%;
}
.renfw-advantage .renfw-advantage-p1 ul li {
  width: 30%;
  margin: 0 0 0 3%;
  background: #f3f3f3;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
}
.renfw-advantage .renfw-advantage-p1 ul li h3 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 15px;
}
.renfw-advantage .renfw-advantage-p2 ul {
  display: flex;
}
.renfw-advantage .renfw-advantage-p2 ul li {
  width: 25%;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 50px;
  text-align: center;
}
.renfw-advantage .renfw-advantage-p2 ul li i {
  font-size: 70px;
  color: #fff;
  display: none;
}
.renfw-advantage .renfw-advantage-p2 ul li .icon {
  width: 70px;
  height: 70px;
  transform: translateY(5px);
}
.renfw-advantage .renfw-advantage-p2 ul li h3 {
  font-size: 24px;
  padding: 30px 0;
}
.renfw-advantage .renfw-advantage-p2 ul li p {
  color: #999;
  text-align: left;
  line-height: 30px;
}
.renfw-advantage .renfw-advantage-p2 ul li:hover {
  background: #1f6dea;
  color: #fff;
  transform: scale(1.1);
}
.renfw-advantage .renfw-advantage-p2 ul li:hover i {
  display: block;
}
.renfw-advantage .renfw-advantage-p2 ul li:hover .icon {
  display: none;
}
.renfw-advantage .renfw-advantage-p2 ul li:hover p {
  color: #fff;
}
.renfw-advantage .renfw-advantage-p3 ul {
  display: flex;
  flex-wrap: wrap;
}
.renfw-advantage .renfw-advantage-p3 ul li {
  width: 20%;
  text-align: center;
}
.renfw-advantage .renfw-advantage-p3 ul li .icon {
  width: 60px;
  height: 60px;
}
.renfw-advantage .renfw-advantage-p3 ul li h3 {
  font-size: 18px;
  padding: 20px 0 60px 0;
  color: #414141;
}
@media screen and (max-width: 769px) {
  .dianlist p {
    font-size: 0.26rem;
  }
  .renfw-jj ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .renfw-jj ul li {
    width: 100%;
    margin: 0.3rem 0 0 0;
    padding: 0.3rem;
  }
  .renfw-jj ul li img {
    margin-bottom: 0.3rem;
  }
  .renfw-jj ul li p {
    line-height: 0.5rem;
    font-size: 0.24rem;
  }
  .renfwbanner-img {
    height: 3.2rem;
  }
  .renfw-ms .renfw-ms-box {
    flex-wrap: wrap;
  }
  .renfw-ms .renfw-ms-box .renfw-ms-fl {
    width: 100%;
    margin-right: 0;
    transform: translateY(-30px);
    padding: 0.3rem;
  }
  .renfw-ms .renfw-ms-box .renfw-ms-fl h3 {
    font-size: 0.4rem;
  }
  .renfw-ms .renfw-ms-box .renfw-ms-fl p {
    font-size: 0.24rem;
    margin-top: 0.3rem;
  }
  .renfw-ms .renfw-ms-box .renfw-ms-fr {
    flex: 1;
    width: 100%;
  }
  .renfw-ms .renfw-ms-box .renfw-ms-fr ul li {
    width: 45%;
    margin-top: 0.6rem;
  }
  .renfw-ms .renfw-ms-box .renfw-ms-fr ul li i {
    font-size: 0.8rem;
  }
  .renfw-ms .renfw-ms-box .renfw-ms-fr ul li h3 {
    padding: 0.2rem 0;
    font-size: 0.3rem;
  }
  .renfw-ms .renfw-ms-box .renfw-ms-fr ul li .dianlist p {
    font-size: 0.26rem;
  }
  .renfw-fwcon ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
  }
  .renfw-fwcon ul li {
    width: 47%;
    margin: 0 0 0.3rem 3%;
  }
  .renfw-fwcon ul li i {
    font-size: 0.7rem;
  }
  .renfw-fwcon ul li h3 {
    font-size: 0.3rem;
    padding: 0.2rem 0;
  }
  .renfw-fwcon ul li .dianlist p {
    font-size: 0.24rem;
  }
  .renfw-td .item .title {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.34rem;
  }
  .renfw-td .item .item-fl .dianlist {
    padding: 0.4rem;
  }
  .renfw-td .item .item-fr .dianlist {
    width: 100%;
    padding: 0.5rem;
    margin: 0 auto;
  }
  .renfw-td .item .item-icon {
    padding: 0.15rem;
  }
  .renfw-td .item .item-icon i {
    font-size: 0.7rem;
  }
  .renfw-demand ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .renfw-demand ul li {
    width: 100%;
    margin: 0.3rem 0 0 0;
    padding: 0.2rem;
  }
  .renfw-demand ul li i {
    font-size: 0.5rem;
  }
  .renfw-demand ul li h3 {
    font-size: 0.28rem;
    padding-bottom: 0.1rem;
  }
  .renfw-demand ul li .item p {
    padding: 0.1rem 0;
    font-size: 0.26rem;
  }
  .renfw-demand ul li .item span {
    padding: 0 0.1rem;
  }
  .renfw-advantage .renfw-advantage-p1 ul {
    flex-wrap: wrap;
    margin-left: -3%;
  }
  .renfw-advantage .renfw-advantage-p1 ul li {
    width: 47%;
    margin: 0.3rem 0 0 3%;
    padding: 0.2rem;
  }
  .renfw-advantage .renfw-advantage-p1 ul li img {
    width: 0.8rem;
  }
  .renfw-advantage .renfw-advantage-p1 ul li h3 {
    font-size: 0.3rem;
    padding-top: 0.2rem;
  }
  .renfw-advantage .renfw-advantage-p2 ul {
    flex-wrap: wrap;
  }
  .renfw-advantage .renfw-advantage-p2 ul li {
    width: 50%;
    padding: 0.3rem;
  }
  .renfw-advantage .renfw-advantage-p2 ul li i {
    font-size: 0.8rem;
  }
  .renfw-advantage .renfw-advantage-p2 ul li .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .renfw-advantage .renfw-advantage-p2 ul li h3 {
    font-size: 0.3rem;
    padding: 0.3rem 0;
  }
  .renfw-advantage .renfw-advantage-p2 ul li p {
    line-height: 0.5rem;
  }
  .renfw-advantage .renfw-advantage-p3 ul li {
    width: 33.3%;
  }
  .renfw-advantage .renfw-advantage-p3 ul li .icon {
    width: 0.7rem;
    height: 0.7rem;
  }
  .renfw-advantage .renfw-advantage-p3 ul li h3 {
    font-size: 0.28rem;
    padding: 0.2rem 0 0.6rem 0;
  }
}
.new-nav {
  background: #eee;
}
.new-nav ul {
  display: flex;
}
.new-nav ul li a {
  line-height: 70px;
  padding: 0 30px;
}
.new-nav ul .active {
  background: #1f6dea;
}
.new-nav ul .active a {
  color: #fff;
}
.new-list ul li {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}
.new-list ul li a {
  display: flex;
}
.new-list ul li a .item-fl {
  margin-right: 30px;
  color: #aaa;
}
.new-list ul li a .item-fl h3 {
  font-size: 24px;
  font-weight: normal;
}
.new-list ul li a .item-fl p {
  font-size: 16px;
}
.new-list ul li a .item-fr {
  flex: 1;
}
.new-list ul li a .item-fr h3 {
  font-size: 16px;
  font-weight: bold;
}
.new-list ul li a .item-fr p {
  font-size: 12px;
  color: #aaa;
  margin-top: 20px;
}
.new-listimg ul {
  margin-left: -4%;
}
.new-listimg ul li {
  float: left;
  width: 29.3%;
  margin: 0 0 60px 4%;
  transition: all 0.5s;
}
.new-listimg ul li a .item-img {
  overflow: hidden;
  width: 100%;
  height: 260px;
}
.new-listimg ul li a .item-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: all 0.5s;
}
.new-listimg ul li a .item-con {
  border-radius: 0px 0px 10px 10px;
  border: solid 1px #f9f9f9;
  box-sizing: border-box;
  padding: 25px;
}
.new-listimg ul li a .item-con h3 {
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new-listimg ul li a .item-con p {
  font-size: 14px;
  color: #808080;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 20px 0;
}
.new-listimg ul li a .item-con .time {
  display: flex;
  justify-content: space-between;
}
.new-listimg ul li a .item-con .time span {
  color: #ababab;
}
.new-listimg ul li a .item-con .time i {
  color: #1f6dea;
}
.new-listimg ul li:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.new-listimg ul li:hover a .item-img img {
  transform: scale(1.1);
}
.pagination {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.pagination li {
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}
.pagination li a,
.pagination li span {
  font-size: 14px;
  border: 1px solid #eee;
  background: #fff;
  color: #999 !important;
  padding: 6px 12px;
}
.pagination .active a,
.pagination .active span {
  border: 1px solid #1f6dea;
  background: #1f6dea;
  color: #fff !important;
}
.pagination .disabled span {
  cursor: not-allowed;
  background: #fff;
}
.new-show .item-title {
  text-align: center;
  padding: 30px 0;
  border-bottom: 10px solid #f5f5f5;
}
.new-show .item-title h1 {
  font-size: 24px;
  font-weight: bold;
}
.new-show .item-title p {
  font-size: 14px;
  color: #aaa;
  padding-top: 15px;
}
.new-show .item-con {
  padding: 30px 0;
  line-height: 30px;
}
.new-show .item-next ul {
  display: flex;
  justify-content: space-between;
}
.new-show .item-next ul li {
  width: 45%;
}
.new-show .item-next ul li span {
  color: #aaa;
  margin-right: 5px;
}
@media screen and (max-width: 769px) {
  .new-nav ul {
    flex-wrap: wrap;
  }
  .new-nav ul li a {
    line-height: 0.8rem;
    padding: 0 0.16rem;
  }
  .new-list ul li {
    padding: 0.2rem;
  }
  .new-list ul li a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .new-list ul li a .item-fl {
    margin-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .new-list ul li a .item-fl h3 {
    font-size: 0.34rem;
    margin-right: 0.1rem;
  }
  .new-list ul li a .item-fl p {
    font-size: 0.26rem;
  }
  .new-list ul li a .item-fr {
    flex: 1;
  }
  .new-list ul li a .item-fr h3 {
    font-size: 0.26rem;
  }
  .new-list ul li a .item-fr p {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .new-listimg ul {
    margin-left: -5%;
  }
  .new-listimg ul li {
    float: left;
    width: 45%;
    margin: 0 0 0.6rem 5%;
  }
  .new-listimg ul li a .item-img {
    height: 2.6rem;
  }
  .new-listimg ul li a .item-img img {
    height: 2.6rem;
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .new-listimg ul li a .item-con {
    border-radius: 0px 0px 0.1rem 0.1rem;
    padding: 0.25rem;
  }
  .new-listimg ul li a .item-con h3 {
    font-size: 0.3rem;
  }
  .new-listimg ul li a .item-con p {
    font-size: 0.24rem;
    margin: 0.2rem 0;
  }
  .new-listimg ul li:hover {
    transform: translateY(-0.1rem);
  }
  .pagination {
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }
  .pagination li {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    display: none;
  }
  .pagination li:nth-child(1) {
    display: inline-block;
  }
  .pagination li:last-child {
    display: inline-block;
  }
  .pagination li a,
  .pagination li span {
    font-size: 14px;
    border: 1px solid #eee;
    background: #f5f5f5;
    color: #999 !important;
    padding: 6px 12px;
  }
  .pagination .active a,
  .pagination .active span {
    border: 1px solid #1f6dea;
    background: #1f6dea;
    color: #fff !important;
  }
  .new-show .item-title {
    padding: 0.3rem 0;
    border-bottom: 0.1rem solid #f5f5f5;
  }
  .new-show .item-title h1 {
    font-size: 0.34rem;
  }
  .new-show .item-title p {
    font-size: 14px;
    color: #aaa;
    padding-top: 0.15rem;
  }
  .new-show .item-con {
    padding: 0.3rem 0;
    line-height: 30px;
  }
  .new-show .item-next ul {
    flex-wrap: wrap;
  }
  .new-show .item-next ul li {
    width: 100%;
    padding: 5px 0;
  }
}
/* 底部 */
.footer {
  background-color: #1c1c1c;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #1f6dea;
}
.footer .footeranv {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 30px 0;
}
.footer .footeranv .footeranv-fl {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.footer .footeranv .footeranv-fl .item dl dt {
  font-size: 18px;
  margin-bottom: 40px;
}
.footer .footeranv .footeranv-fl .item dl dt span {
  display: none;
}
.footer .footeranv .footeranv-fl .item dl dd {
  margin-bottom: 15px;
  font-size: 12px;
}
.footer .footeranv .footeranv-fl .item dl dd a {
  color: #aaa;
}
.footer .footeranv .footeranv-fl .item dl dd a:hover {
  color: #1f6dea;
}
.footer .footeranv .footeranv-con {
  width: 30%;
}
.footer .footeranv .footeranv-con dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footeranv .footeranv-con dl dt {
  width: 100%;
}
.footer .footeranv .footeranv-con dl dd {
  width: 45%;
  height: 55px;
  line-height: 55px;
  background-color: #1f6dea;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 99;
}
.footer .footeranv .footeranv-con dl dd a {
  color: #fff;
  display: block;
}
.footer .footeranv .footeranv-con dl dd i {
  font-size: 20px;
}
.footer .footeranv .footeranv-con dl dd:hover {
  color: #fff;
}
.footer .footeranv .footeranv-con dl .qrcode {
  background-color: #eeeeee;
  z-index: 100;
}
.footer .footeranv .footeranv-con dl .qrcode a {
  color: #333;
}
.footer .footeranv .footeranv-con dl .qrcode:hover {
  color: #333;
}
.footer .footeranv .footeranv-con .qrcode-hover {
  display: none;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
  z-index: 5;
}
.footer .footeranv .footeranv-con .qrcode-hover img {
  height: 120px;
}
.footer .footeranv .footeranv-con .qrcode-hover::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .footeranv .footeranv-fr {
  width: 20%;
  text-align: right;
  font-size: 12px;
  color: #aaa;
}
.footer .footeranv .footeranv-fr b {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footer .footeranv .footeranv-fr h3 {
  font-size: 30px;
  font-weight: bold;
  color: #1f6dea;
}
.footer .footeranv .footeranv-fr p {
  margin-bottom: 15px;
}
.footer .footeranv .footeranv-fr p i {
  margin-left: 5px;
  font-size: 12px;
}
.footer .footeranv .footeranv-fr .time {
  margin: 30px 0;
}
.footer .footeranv .footeranv-fr .wx a {
  display: inline-block;
  border: 1px solid #4b4b4b;
  padding: 10px 30px;
  color: #aaa;
}
.footer .footeranv .footeranv-fr .wx a i {
  margin-right: 5px;
}
.footer .footeranv .footeranv-fr .wx a:hover {
  border-color: #1f6dea;
  color: #1f6dea;
}
.footer .footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #272727;
}
.footer .footer-copyright .footer-copyright-fl {
  font-size: 12px;
  color: #aaa;
  line-height: 30px;
}
.footer .footer-copyright .footer-copyright-fl a {
  color: #aaa;
}
.footer .footer-copyright .footer-copyright-fl a:hover {
  color: #1f6dea;
}
.footer .footer-copyright .footer-copyright-fr ul {
  display: flex;
}
.footer .footer-copyright .footer-copyright-fr ul li {
  margin: 0 10px;
  position: relative;
}
.footer .footer-copyright .footer-copyright-fr ul li a i {
  font-size: 26px;
  color: #aaa;
}
.footer .footer-copyright .footer-copyright-fr ul li a:hover i {
  color: #1f6dea;
}
.footer .footer-copyright .footer-copyright-fr ul li .footerqrcode {
  display: none;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.65);
  position: absolute;
  top: -180px;
  left: -40px;
  width: 120px;
}
.footer .footer-copyright .footer-copyright-fr ul li .footerqrcode img {
  margin: 0;
}
.footer .footer-copyright .footer-copyright-fr ul li .footerqrcode b {
  display: block;
  width: 100%;
  line-height: 40px;
  background-color: #f0f0f0;
  font-size: 12px;
  color: #333;
}
.footer .footlink {
  font-size: 12px;
  margin-bottom: 30px;
}
.footer .footlink a {
  margin: 5px 10px;
  color: #aaa;
}
.footer .footlink a:hover {
  color: #1f6dea;
}
@media screen and (max-width: 769px) {
  .footer .footeranv {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
  .footer .footeranv .footeranv-fl {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .footeranv .footeranv-fl .item {
    width: 100%;
  }
  .footer .footeranv .footeranv-fl .item dl dt {
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #333;
    padding: 0.2rem 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footeranv .footeranv-fl .item dl dt span {
    display: block;
  }
  .footer .footeranv .footeranv-fl .item dl dd {
    margin: 0.2rem 0;
    font-size: 0.24rem;
    display: none;
  }
  .footer .footeranv .footeranv-fl .item dl dd:last-child {
    border-bottom: 1px solid #333;
    padding-bottom: 0.2rem;
    margin-bottom: 0;
  }
  .footer .footeranv .footeranv-con {
    width: 100%;
    position: relative;
    z-index: 99;
  }
  .footer .footeranv .footeranv-con dl dt {
    width: 100%;
    margin-top: 0.2rem;
  }
  .footer .footeranv .footeranv-con dl dd {
    width: 45%;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .footer .footeranv .footeranv-con dl dd i {
    font-size: 0.3rem;
  }
  .footer .footeranv .footeranv-con .qrcode-hover {
    padding: 0.1rem;
    margin-top: 0.15rem;
  }
  .footer .footeranv .footeranv-con .qrcode-hover img {
    height: 1.5rem;
  }
  .footer .footeranv .footeranv-fr {
    width: 100%;
    text-align: left;
    font-size: 0.22rem;
  }
  .footer .footeranv .footeranv-fr b {
    font-size: 0.26rem;
  }
  .footer .footeranv .footeranv-fr h3 {
    font-size: 0.35rem;
  }
  .footer .footeranv .footeranv-fr p {
    margin-bottom: 0.2rem;
  }
  .footer .footeranv .footeranv-fr p i {
    display: none;
    margin-left: 0.1rem;
    font-size: 0.22rem;
  }
  .footer .footeranv .footeranv-fr .time {
    margin: 0.3rem 0;
  }
  .footer .footeranv .footeranv-fr .wx {
    margin-bottom: 0.2rem;
  }
  .footer .footeranv .footeranv-fr .wx a {
    display: inline-block;
    border: 1px solid #4b4b4b;
    padding: 0.1rem 0.3rem;
    color: #aaa;
  }
  .footer .footeranv .footeranv-fr .wx a i {
    margin-right: 5px;
    display: inline-block;
  }
  .footer .footeranv .footeranv-fr .wx a:hover {
    border-color: #1f6dea;
    color: #1f6dea;
  }
  .footer .footer-copyright .footer-copyright-fl {
    font-size: 0.22rem;
    line-height: 0.5rem;
    text-align: center;
    width: 100%;
  }
  .footer .footer-copyright .footer-copyright-fr {
    display: none;
  }
}
.renailist ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
.renailist ul li {
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  width: 30%;
  margin: 0 0 30px 3%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.renailist ul li a .item-top {
  height: 100px;
  background: url(../image/renai01.jpg) no-repeat top center;
  background-size: 100% 100%;
}
.renailist ul li a .item-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 5px solid #fff;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.renailist ul li a .item-img img {
  width: 100%;
}
.renailist ul li a .item-title {
  margin-top: 60px;
  padding: 15px 15px 0 15px;
  text-align: center;
}
.renailist ul li a .item-title h3 {
  font-weight: bold;
  font-size: 18px;
}
.renailist ul li a .item-title p {
  font-size: 14px;
  color: #808080;
  padding-top: 5px;
}
.renailist ul li a dl {
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.renailist ul li a dl dd {
  width: 33.3%;
  box-sizing: border-box;
  text-align: center;
}
.renailist ul li a dl dd h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.renailist ul li a dl dd p {
  font-size: 14px;
  color: #808080;
  padding-top: 5px;
}
.renailist ul li a .item-info {
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  background: #1f6dea;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 15px;
}
.renailist ul li:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 769px) {
  .renailist ul {
    margin-left: 0;
  }
  .renailist ul li {
    width: 100%;
    margin: 0 0 0.4rem 0;
  }
  .renailist ul li a .item-top {
    height: 1rem;
  }
  .renailist ul li a .item-img {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    top: 0.6rem;
  }
  .renailist ul li a .item-title {
    margin-top: 1.3rem;
    padding: 0.2rem 0.2rem 0 0.2rem;
  }
  .renailist ul li a .item-title h3 {
    font-size: 0.28rem;
  }
  .renailist ul li a .item-title p {
    font-size: 0.24rem;
  }
  .renailist ul li a dl {
    padding: 0.3rem;
  }
  .renailist ul li a dl dd h3 {
    font-size: 0.34rem;
  }
  .renailist ul li a dl dd p {
    font-size: 0.24rem;
  }
  .renailist ul li a .item-info {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    margin: 0.2rem;
  }
}
.aishow-banner {
  position: relative;
}
.aishow-banner .ww {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.aishowbox {
  position: relative;
  background: #051260;
  color: #fff;
}
.aishowbox #particles-js {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.aishowbox .aishow-con {
  position: relative;
  z-index: 3;
  transform: translateY(-70px);
}
.aishowbox .aishow-con .company {
  background: #1a6fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  color: #fff;
}
.aishowbox .aishow-con .company .item-fl {
  width: 100px;
  height: 100px;
  text-align: center;
  border: solid 5px #f5f5f5;
  margin-right: 20px;
  border-radius: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
.aishowbox .aishow-con .company .item-fl img {
  width: 100%;
}
.aishowbox .aishow-con .company .item-fr {
  flex: 1;
}
.aishowbox .aishow-con .company .item-fr h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.aishowbox .aishow-con .company .item-fr ul {
  display: flex;
  margin-top: 20px;
}
.aishowbox .aishow-con .company .item-fr ul li {
  margin-right: 100px;
}
.aishowbox .aishow-con .company .item-fr ul li i {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}
.aishowbox .aishow-con .company .item-fr ul li span {
  color: #fff;
}
.aishowbox .aishow-con .clue {
  display: flex;
  justify-content: space-between;
}
.aishowbox .aishow-con .clue .item-fl {
  width: 49%;
}
.aishowbox .aishow-con .clue .item-fl ul {
  background: url(../image/renaishow02.jpg) no-repeat top center;
  background-size: 100% 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
  display: flex;
}
.aishowbox .aishow-con .clue .item-fl ul li {
  margin-right: 60px;
  text-align: center;
}
.aishowbox .aishow-con .clue .item-fl ul li h3 {
  font-size: 30px;
  font-weight: bold;
}
.aishowbox .aishow-con .clue .item-fl ul li p {
  font-size: 14px;
}
.aishowbox .aishow-con .clue .item-fr {
  width: 49%;
}
.aishowbox .aishow-con .clue .item-fr ul {
  background: url(../image/renaishow03.jpg) no-repeat top center;
  background-size: 100% 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
  display: flex;
}
.aishowbox .aishow-con .clue .item-fr ul li {
  margin-right: 60px;
  text-align: center;
}
.aishowbox .aishow-con .clue .item-fr ul li h3 {
  font-size: 30px;
  font-weight: bold;
}
.aishowbox .aishow-con .clue .item-fr ul li p {
  font-size: 14px;
}
.aishowbox .aishow-con .videodata ul {
  display: flex;
  margin-left: -1%;
}
.aishowbox .aishow-con .videodata ul li {
  width: 11.5%;
  margin: 0 0 0 1%;
  background: #1a6fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
}
.aishowbox .aishow-con .videodata ul li i {
  font-size: 26px;
}
.aishowbox .aishow-con .videodata ul li h3 {
  font-size: 16px;
  font-weight: normal;
  padding: 5px 0;
}
.aishowbox .aishow-con .videodata ul li p {
  font-size: 32px;
  font-weight: bold;
}
.aishowbox .aishow-con .videodata ul li:hover {
  background: #fff;
  color: #6a6a6a;
}
.aishowbox .aishow-con .extension {
  display: flex;
  justify-content: space-between;
}
.aishowbox .aishow-con .extension .item-fl {
  width: 49%;
  background: #1a6fff;
  box-sizing: border-box;
  color: #fff;
  padding: 30px;
}
.aishowbox .aishow-con .extension .item-fl ul {
  display: flex;
  flex-wrap: wrap;
}
.aishowbox .aishow-con .extension .item-fl ul li {
  width: 33.3%;
  margin: 0.3rem 0 0 0;
}
.aishowbox .aishow-con .extension .item-fl ul li i {
  font-size: 26px;
  color: #fff;
}
.aishowbox .aishow-con .extension .item-fl ul li p {
  font-size: 30px;
}
.aishowbox .aishow-con .extension .item-fl ul li h3 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.aishowbox .aishow-con .extension .item-fr {
  width: 49%;
  background: #1a6fff;
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
}
.aishowbox .aishow-con .extension .item-fr .con {
  display: flex;
  justify-content: space-between;
}
.aishowbox .aishow-con .extension .item-fr .con #echarts {
  width: calc(100% - 160px);
  height: 220px;
}
.aishowbox .aishow-con .extension .item-fr .con ul {
  width: 120px;
}
.aishowbox .aishow-con .extension .item-fr .con ul li {
  margin-bottom: 30px;
}
.aishowbox .aishow-con .extension .item-fr .con ul li h3 {
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  position: relative;
}
.aishowbox .aishow-con .extension .item-fr .con ul li p {
  font-size: 24px;
  font-weight: bold;
  padding-left: 15px;
}
.aishowbox .aishow-con .extension .item-fr .con ul li:nth-child(1) h3::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ffa619;
  position: absolute;
  left: 0;
  top: 5px;
}
.aishowbox .aishow-con .extension .item-fr .con ul li:nth-child(2) h3::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #27e8ea;
  position: absolute;
  left: 0;
  top: 5px;
}
.aishowbox .aishow-con .keywordbox {
  display: flex;
  justify-content: space-between;
}
.aishowbox .aishow-con .keywordbox .keyword {
  width: 49%;
}
.aishowbox .aishow-con .keywordbox .keyword ul {
  background: #142ab3;
  box-sizing: border-box;
  padding: 15px;
}
.aishowbox .aishow-con .keywordbox .keyword ul li {
  background: #1a6fff;
  padding: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  height: 85px;
  overflow: hidden;
}
.aishowbox .aishow-con .keywordbox .keyword ul li a {
  color: #fff;
}
.aishowbox .aishow-con .keywordbox .keyword ul li a .item-title {
  display: flex;
  justify-content: space-between;
}
.aishowbox .aishow-con .keywordbox .keyword ul li a .item-title h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  width: 80%;
}
.aishowbox .aishow-con .keywordbox .keyword ul li a .item-title i {
  font-size: 16px;
}
.aishowbox .aishow-con .keywordbox .keyword ul li a .item-con {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  height: 22px;
  overflow: hidden;
}
.aishowbox .aishow-con .keywordbox .keyword ul li a .item-con span {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 2px;
  background: #fff;
  color: #1a6fff;
  margin-right: 5px;
}
.aishowbox .aishow-con .keywordbox .keyword ul li a .item-con span i {
  font-size: 10px;
}
.aishowbox .aishow-con .keywordbox .keyword ul li a .item-con h3 {
  font-size: 14px;
  color: #fff;
}
.aishowbox .aishow-con .keywordbox .keyword ul li a .item-con p {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  width: calc(100% - 120px);
}
.aishowbox .aishow-con .keywordbox .keyword ul li:hover {
  opacity: 0.8;
}
.aishowbox .aishow-con .keywordbox .popularvideo {
  width: 49%;
}
.aishowbox .aishow-con .keywordbox .popularvideo ul li {
  background: #1a6fff;
  margin-bottom: 15px;
  padding: 15px;
  height: 86.5px;
  overflow: hidden;
  box-sizing: border-box;
}
.aishowbox .aishow-con .keywordbox .popularvideo ul li a {
  color: #fff;
}
.aishowbox .aishow-con .keywordbox .popularvideo ul li a h3 {
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.aishowbox .aishow-con .keywordbox .popularvideo ul li a .item-con {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 14px;
  color: #fff;
}
.aishowbox .aishow-con .keywordbox .popularvideo ul li a .item-con p span {
  margin-left: 20px;
}
.aishowbox .aishow-con .keywordbox .popularvideo ul li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .aishow-banner .banner-img {
    height: 3rem;
  }
  .aishow-banner .ww {
    top: 0.6rem;
  }
  .aishow-banner .ww img {
    height: 0.6rem;
  }
  .aishowbox .aishow-con {
    transform: translateY(-1rem);
  }
  .aishowbox .aishow-con .company {
    padding: 0.3rem;
    display: flex;
  }
  .aishowbox .aishow-con .company .item-fl {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: 0.3rem;
  }
  .aishowbox .aishow-con .company .item-fl img {
    width: 1.5rem;
  }
  .aishowbox .aishow-con .company .item-fr {
    flex: 1;
  }
  .aishowbox .aishow-con .company .item-fr h3 {
    font-size: 0.4rem;
  }
  .aishowbox .aishow-con .company .item-fr ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .aishowbox .aishow-con .company .item-fr ul li {
    margin-right: 0;
    padding: 0.05rem 0;
  }
  .aishowbox .aishow-con .company .item-fr ul li i {
    color: #1f6dea;
    font-size: 0.28rem;
    margin-right: 0.1rem;
  }
  .aishowbox .aishow-con .clue {
    flex-wrap: wrap;
  }
  .aishowbox .aishow-con .clue .item-fl {
    width: 100%;
  }
  .aishowbox .aishow-con .clue .item-fl ul {
    padding: 0.3rem;
    justify-content: space-between;
  }
  .aishowbox .aishow-con .clue .item-fl ul li {
    margin-right: 0;
  }
  .aishowbox .aishow-con .clue .item-fl ul li h3 {
    font-size: 0.36rem;
  }
  .aishowbox .aishow-con .clue .item-fl ul li p {
    font-size: 0.24rem;
  }
  .aishowbox .aishow-con .clue .item-fr {
    width: 100%;
    margin-top: 0.3rem;
  }
  .aishowbox .aishow-con .clue .item-fr ul {
    padding: 0.3rem;
    justify-content: space-around;
  }
  .aishowbox .aishow-con .clue .item-fr ul li {
    margin-right: 0;
  }
  .aishowbox .aishow-con .clue .item-fr ul li h3 {
    font-size: 0.36rem;
  }
  .aishowbox .aishow-con .clue .item-fr ul li p {
    font-size: 0.24rem;
  }
  .aishowbox .aishow-con .videodata ul {
    flex-wrap: wrap;
    margin-left: -3%;
  }
  .aishowbox .aishow-con .videodata ul li {
    width: 30%;
    margin: 0.3rem 0 0 3%;
    padding: 0.2rem;
  }
  .aishowbox .aishow-con .videodata ul li i {
    font-size: 0.4rem;
  }
  .aishowbox .aishow-con .videodata ul li h3 {
    font-size: 0.26rem;
    padding: 0.1rem 0;
  }
  .aishowbox .aishow-con .videodata ul li p {
    font-size: 0.4rem;
  }
  .aishowbox .aishow-con .extension {
    flex-wrap: wrap;
  }
  .aishowbox .aishow-con .extension .item-fl {
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .aishowbox .aishow-con .extension .item-fl ul li {
    width: 50%;
    margin: 0.3rem 0 0 0;
    text-align: center;
  }
  .aishowbox .aishow-con .extension .item-fl ul li i {
    font-size: 0.5rem;
  }
  .aishowbox .aishow-con .extension .item-fl ul li p {
    font-size: 0.4rem;
    padding: 0.1rem 0;
  }
  .aishowbox .aishow-con .extension .item-fl ul li h3 {
    font-size: 0.26rem;
  }
  .aishowbox .aishow-con .extension .item-fr {
    width: 100%;
    padding: 0.3rem;
    margin-top: 0.3rem;
  }
  .aishowbox .aishow-con .extension .item-fr .con {
    flex-wrap: wrap;
  }
  .aishowbox .aishow-con .extension .item-fr .con #echarts {
    width: 100%;
    height: 3rem;
  }
  .aishowbox .aishow-con .extension .item-fr .con ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
  }
  .aishowbox .aishow-con .extension .item-fr .con ul li {
    width: 30%;
    margin-bottom: 0.3rem;
  }
  .aishowbox .aishow-con .extension .item-fr .con ul li h3 {
    font-size: 0.3;
  }
  .aishowbox .aishow-con .extension .item-fr .con ul li p {
    font-size: 0.4rem;
  }
  .aishowbox .aishow-con .keywordbox {
    flex-wrap: wrap;
  }
  .aishowbox .aishow-con .keywordbox .keyword {
    width: 100%;
  }
  .aishowbox .aishow-con .keywordbox .keyword ul {
    padding: 0.2rem;
  }
  .aishowbox .aishow-con .keywordbox .keyword ul li {
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    height: auto;
  }
  .aishowbox .aishow-con .keywordbox .keyword ul li a .item-title h3 {
    font-size: 0.26rem;
  }
  .aishowbox .aishow-con .keywordbox .keyword ul li a .item-title i {
    font-size: 0.26rem;
  }
  .aishowbox .aishow-con .keywordbox .keyword ul li a .item-con {
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
  .aishowbox .aishow-con .keywordbox .keyword ul li a .item-con span i {
    font-size: 0.2rem;
  }
  .aishowbox .aishow-con .keywordbox .keyword ul li a .item-con h3 {
    font-size: 0.24rem;
  }
  .aishowbox .aishow-con .keywordbox .keyword ul li a .item-con p {
    font-size: 0.26rem;
  }
  .aishowbox .aishow-con .keywordbox .popularvideo {
    width: 100%;
  }
  .aishowbox .aishow-con .keywordbox .popularvideo ul li {
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    height: auto;
  }
  .aishowbox .aishow-con .keywordbox .popularvideo ul li a h3 {
    font-size: 0.28rem;
  }
  .aishowbox .aishow-con .keywordbox .popularvideo ul li a .item-con {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0.1rem;
    font-size: 0.24rem;
  }
  .aishowbox .aishow-con .keywordbox .popularvideo ul li a .item-con p span {
    margin-left: 0.2rem;
  }
}
.toprennav .topcon .animenu .downloadqyt {
  background: #2994fd;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 20px !important;
}
.toprennav .topcon .animenu .downloadqyt:hover {
  color: #fff !important;
  border-bottom: none;
  opacity: 0.8;
}
.intrends {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  background: #eee;
}
@media screen and (max-width: 769px) {
  .intrends {
    height: 0.9rem;
    line-height: 0.9rem;
  }
}
.down-pc {
  display: block;
  background: #f2f4f8;
}
.down-pc .down-pc-title {
  text-align: center;
  padding: 100px 0;
}
.down-pc .down-pc-title h2 {
  font-size: 48px;
  font-weight: bold;
}
.down-pc .down-pc-title h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
.down-pc .down-pc-title p {
  color: #8f959e;
}
.down-pc .down-pc-con {
  max-width: 500px;
  margin: 0 auto;
}
.down-pc .down-pc-con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.down-pc .down-pc-con ul li .item-icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.down-pc .down-pc-con ul li .item-icon i {
  font-size: 60px;
  color: #1296db;
}
.down-pc .down-pc-con ul li .item-icon .icon-h {
  display: none;
}
.down-pc .down-pc-con ul li h3 {
  margin-top: 30px;
}
.down-pc .down-pc-con ul li:hover .item-icon .icon-t {
  display: none;
}
.down-pc .down-pc-con ul li:hover .item-icon .icon-h {
  display: block;
}
.down-m {
  display: none;
}
@media screen and (max-width: 769px) {
  .down-pc {
    display: none;
  }
  .down-m {
    display: block;
    background: #f2f4f8;
    padding: 2rem 0;
    text-align: center;
  }
  .down-m h3 {
    font-size: 0.5rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .down-m p {
    font-size: 0.3rem;
    color: #666;
  }
  .down-m a {
    display: inline-block;
    background: #1b70ff;
    color: #fff;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.3rem;
    margin-top: 0.5rem;
    border-radius: 0.1rem;
    padding: 0 0.6rem;
  }
  .down-m a i {
    font-size: 0.3rem;
  }
  .down-m .down-android img {
    width: 4rem;
    display: block;
    margin: 0 auto;
    padding-top: 0.5rem;
  }
}
.hdxinfo {
  font-size: 16px;
}
.hdxinfo .item-top p {
  margin: 10px 0;
  text-indent: 2em;
}
.hdxinfo .item-about dl dt {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.hdxinfo .item-about dl dd {
  padding-left: 10px;
  line-height: 34px;
}
.hdxinfo .item-about dl dd h3 {
  font-size: 16px;
}
.hdxinfo .item-about dl dd span {
  color: #2994fd;
}
/* 关于慧抖建 */
.dj-about {
  display: flex;
  align-items: flex-end;
}
.dj-about .item-fl {
  width: 320px;
  height: 320px;
  position: relative;
}
.dj-about .item-fl img {
  border-radius: 10px;
  width: 320px;
  height: 320px;
}
.dj-about .item-fl p {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(50, 150, 250, 0.8);
  width: 290px;
  height: 290px;
  border-radius: 10px;
  color: #fff;
  padding: 50px 0 0 30px;
  box-sizing: border-box;
}
.dj-about .item-fl p span {
  font-size: 50px;
}
.dj-about .item-fl p b {
  display: block;
  font-size: 40px;
}
.dj-about .item-fr {
  box-shadow: 0px 2px 12px 0px rgba(204, 204, 204, 0.53);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 60px;
  flex: 1;
  line-height: 40px;
}
@media screen and (max-width: 769px) {
  .dj-about {
    flex-wrap: wrap;
  }
  .dj-about .item-fl {
    width: 100%;
    height: 4rem;
    margin: 0 auto;
  }
  .dj-about .item-fl img {
    width: 4rem;
    height: 4rem;
  }
  .dj-about .item-fl p {
    left: 0;
    right: auto;
    width: 3.6rem;
    height: 3.6rem;
    padding: 0.5rem 0 0 0.3rem;
  }
  .dj-about .item-fl p span {
    font-size: 0.6rem;
  }
  .dj-about .item-fl p b {
    font-size: 0.5rem;
  }
  .dj-about .item-fr {
    margin-top: 0.6rem;
    padding: 0.6rem;
    width: 100%;
    line-height: 0.6rem;
  }
}
.title2 {
  text-align: center;
}
.title2 h3 {
  padding: 5px 15px;
  border-bottom: 4px solid #3296fa;
  display: inline-block;
  position: relative;
}
.title2 h3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #3296fa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.dj-service .item-list ul {
  display: flex;
  padding: 20px 0;
  line-height: 30px;
}
.dj-service .item-list ul:nth-child(1) {
  background-color: #dceeff;
}
.dj-service .item-list ul:nth-child(even) {
  background-color: #fafafa;
}
.dj-service .item-list ul li {
  padding: 0 20px;
  box-sizing: border-box;
}
.dj-service .item-list ul li:nth-child(1) {
  width: 15%;
}
.dj-service .item-list ul li:nth-child(2) {
  width: 30%;
}
.dj-service .item-list ul li:nth-child(3) {
  flex: 1;
}
@media screen and (max-width: 769px) {
  .dj-service .item-list ul {
    padding: 0.2rem 0;
    line-height: 0.5rem;
  }
  .dj-service .item-list ul li {
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .dj-service .item-list ul li:nth-child(1) {
    width: auto;
    max-width: 20%;
  }
  .dj-service .item-list ul li:nth-child(2) {
    width: auto;
    max-width: 30%;
  }
  .dj-service .item-list ul li:nth-child(3) {
    flex: 1;
  }
}
.dj-path {
  background: #3296fa url('../image/dj02.jpg') no-repeat bottom center;
}
.dj-path .title2 {
  color: #fff;
}
.dj-path .title2 h3 {
  border-bottom: 4px solid #fff;
}
.dj-path .title2 h3::after {
  border-top: 10px solid #fff;
}
.dj-case .swiper-container .item {
  background-color: #fafafa;
  box-shadow: 1px 2px 12px 0px rgba(204, 204, 204, 0.66);
  border-radius: 20px;
  width: 270px;
  height: 450px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.dj-case .swiper-container .item img {
  width: 100%;
  height: 100%;
}
.dj-case .swiper-container .item .item-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(50, 150, 250, 0.9);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  opacity: 0;
  transition: all 0.5s;
  overflow-y: auto;
}
.dj-case .swiper-container .item .item-enlarge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), #fff);
  cursor: pointer;
  color: #333;
}
.dj-case .swiper-container .item:hover .item-title {
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .dj-case .swiper-container .item {
    width: 3rem;
    height: 4.5rem;
  }
  .dj-case .swiper-container .item .item-title {
    padding: 0.4rem;
    line-height: 0.4rem;
  }
}
.jsabout-box {
  background: url('../image/js01.jpg') no-repeat top center;
  background-size: 100%;
  padding-top: 100px;
}
.jsabout-box .jsabout {
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  background: #fff;
}
.jsabout-box .jsabout .item {
  padding: 60px 60px 20px 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
}
.jsabout-box .jsabout .item .item-fl {
  width: 250px;
  height: 379px;
  background-color: #3296fa;
  border-radius: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 30px;
  margin-right: 110px;
  position: relative;
}
.jsabout-box .jsabout .item .item-fl h3 {
  opacity: 0.7;
}
.jsabout-box .jsabout .item .item-fl .fl-logo {
  width: 220px;
  height: 190px;
  border-radius: 10px;
  text-align: center;
  background: rgba(234, 245, 255, 0.8);
  position: absolute;
  left: 20%;
  bottom: -50px;
}
.jsabout-box .jsabout .item .item-fr {
  flex: 1;
}
.jsabout-box .jsabout .item .item-fr ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.jsabout-box .jsabout .item .item-fr ul li span {
  color: #3296fa;
  margin-right: 15px;
  font-weight: bold;
}
.jsabout-box .jsabout .item .item-fr ul li p {
  flex: 1;
}
.jsabout-box .jsabout-footer {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .jsabout-box {
    background-size: 100%;
    padding-top: 1rem;
  }
  .jsabout-box .jsabout {
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    background: #fff;
  }
  .jsabout-box .jsabout .item {
    padding: 0.6rem 0.6rem 0.3rem 0.6rem;
    flex-wrap: wrap;
  }
  .jsabout-box .jsabout .item .item-fl {
    width: 3rem;
    height: 4rem;
    padding: 0.3rem;
    margin-right: 1.1rem;
  }
  .jsabout-box .jsabout .item .item-fl .fl-logo {
    width: 2.2rem;
    height: 2rem;
    left: 40%;
    bottom: -0.6rem;
  }
  .jsabout-box .jsabout .item .item-fr {
    flex: none;
    width: 100%;
    margin-top: 1rem;
  }
  .jsabout-box .jsabout .item .item-fr ul li {
    margin-bottom: 0.4rem;
  }
}
.js-title {
  height: 70px;
  line-height: 70px;
  background-color: #3296fa;
  border-radius: 0px 40px 0px 40px;
  font-size: 30px;
  color: #fff;
  padding: 0 40px;
  display: inline-block;
}
.jsforeend {
  border-top: 40px solid #3296fa;
  position: relative;
}
.jsforeend::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #3296fa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.jsforeend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jsforeend ul li {
  width: 45%;
  margin-top: 60px;
  display: flex;
}
.jsforeend ul li .item-fl {
  width: 190px;
  margin-right: 30px;
}
.jsforeend ul li .item-fr {
  flex: 1;
}
.jsforeend ul li .item-fr b {
  font-size: 24px;
}
.jsforeend ul li .item-fr h3 {
  font-size: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.jsforeend ul li .item-fr p {
  padding-top: 20px;
  color: #888;
}
@media screen and (max-width: 769px) {
  .js-title {
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0px 0.5rem 0px 0.5rem;
    font-size: 0.4rem;
    padding: 0 0.4rem;
  }
  .jsforeend {
    border-top: 0.4rem solid #3296fa;
  }
  .jsforeend ul li {
    width: 100%;
    margin-top: 0.6rem;
  }
  .jsforeend ul li .item-fl {
    width: 2rem;
    margin-right: 0.3rem;
  }
  .jsforeend ul li .item-fr {
    flex: 1;
  }
  .jsforeend ul li .item-fr b {
    font-size: 0.4rem;
  }
  .jsforeend ul li .item-fr h3 {
    font-size: 0.3rem;
    padding: 0.2rem 0;
  }
  .jsforeend ul li .item-fr p {
    padding-top: 0.2rem;
  }
}
.jsbackend {
  background: #fafafa;
}
.jsbackend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jsbackend ul li {
  width: 30%;
  margin-bottom: 30px;
}
.jsbackend ul li:nth-child(2) {
  width: 35%;
}
.jsbackend ul li:nth-child(5) {
  transform: translateY(50px);
}
.jsbackend ul li .item {
  background-color: #edf6ff;
  box-shadow: 1px 2px 12px 0px rgba(204, 204, 204, 0.66);
  border-radius: 12px;
  border: solid 1px #3296fa;
  padding: 30px;
}
.jsbackend ul li .item h3 {
  text-align: center;
  color: #3296fa;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .jsbackend ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .jsbackend ul li:nth-child(2) {
    display: none;
  }
  .jsbackend ul li:nth-child(5) {
    transform: translateY(0);
  }
  .jsbackend ul li .item {
    padding: 0.3rem;
  }
  .jsbackend ul li .item h3 {
    font-size: 0.4rem;
    padding-bottom: 0.3rem;
  }
}
.jsrelation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jsrelation ul li {
  width: 18%;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.5);
  border-radius: 12px;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 30px;
  text-align: center;
}
.jsrelation ul li img {
  width: 70px;
}
.jsrelation ul li p {
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .jsrelation ul li {
    width: 48%;
    margin-bottom: 0.5rem;
    padding: 0.3rem;
  }
  .jsrelation ul li img {
    width: 0.8rem;
  }
  .jsrelation ul li p {
    margin-top: 0.4rem;
  }
}
.renainav {
  background: #f5f5f5;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.renainav ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.renainav ul li {
  padding: 0 10px;
  display: block;
  line-height: 40px;
  background: #f5f5f5;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}
.renainav ul li.active {
  background: #2d81f3;
  color: #fff;
}
.renainav .search {
  width: 340px;
  display: flex;
  align-items: center;
  position: relative;
}
.renainav .search .item-input {
  border-radius: 50px 0 0 50px;
  background: #fff;
  display: flex;
  align-items: center;
  flex: 1;
}
.renainav .search .item-input i {
  margin: 0 5px 0 15px;
  font-size: 20px;
  color: #999;
}
.renainav .search .item-input .layui-input {
  flex: 1;
  border: 1px solid #fff !important;
}
.renainav .search .layui-btn {
  background: #2d81f3;
  border-radius: 0 50px 50px 0;
}
.renainav .searchresult {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  max-height: 300px;
  overflow-y: auto;
}
.renainav .searchresult a {
  display: block;
  margin: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .renainav {
    padding: 0.1rem;
    flex-wrap: wrap;
  }
  .renainav ul li {
    padding: 0 0.1rem;
    line-height: 0.7rem;
    margin: 0 0.2rem;
  }
  .renainav .search {
    width: 100%;
  }
  .renainav .search .item-input i {
    font-size: 0.3rem;
  }
  .renainav .search .item-input .layui-input {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .renainav .search .layui-btn {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
  }
  .renainav .searchresult {
    position: absolute;
    top: 0.8rem;
    padding: 0.2rem;
  }
}
